home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Internet & Communication / FileChute.dmg / FileChute.app / Contents / Resources / English.lproj / Outstanding.nib / classes.nib next >
Encoding:
Text File  |  2005-09-14  |  1.1 KB  |  32 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {
  6.                 delete = id; 
  7.                 deselectAll = id; 
  8.                 doubleClick = id; 
  9.                 openInBrowser = id; 
  10.                 openInEmail = id; 
  11.                 refresh = id; 
  12.                 selectExpiredFiles = id; 
  13.             }; 
  14.             CLASS = OutstandingController; 
  15.             LANGUAGE = ObjC; 
  16.             OUTLETS = {
  17.                 "_availableDiskSpaceTF" = NSTextField; 
  18.                 "_browserBtn" = NSButton; 
  19.                 "_deleteBtn" = NSButton; 
  20.                 "_drawer" = NSDrawer; 
  21.                 "_emailBtn" = NSButton; 
  22.                 "_progressIndicator" = NSProgressIndicator; 
  23.                 "_refreshBtn" = NSButton; 
  24.                 "_selectExpiredBtn" = NSButton; 
  25.                 "_tableView" = NSTableView; 
  26.             }; 
  27.             SUPERCLASS = NSWindowController; 
  28.         }, 
  29.         {CLASS = StripedTableView; LANGUAGE = ObjC; SUPERCLASS = NSTableView; }
  30.     ); 
  31.     IBVersion = 1; 
  32. }